home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / imglib12.zip / README < prev    next >
Text File  |  1995-03-25  |  2KB  |  44 lines

  1. ImgLib is a 32-bit DLL for developers who would like to support reading,
  2. converting, and manipulating of all popular graphics image formats like
  3. BMP, JPEG, TIFF, PCX, Photo CD, and others as needed by today's multimedia
  4. applications.  Windows 3.1 Windows 95 and Windows NT are all supported
  5. as target platforms.  16-bit development is supported via thunking.
  6. The developer of 16-bit code does not need to write any additional
  7. thunking code.
  8.  
  9. Version 1.2 adds various bitmap manipulation functions and improved sample
  10. program.  Unfortunately, as of this version ImgLib will not support
  11. file formats that employ the LZW compression algorithm.
  12.  
  13. The most current version of ImgLib is available at:
  14. ftp://ftp.netcom.com/pub/si/simsoft/ImgLib/ImgLib12.zip
  15.  or
  16. ftp://ftp.cica.indiana.edu/pub/pc/win3/programr/imglib12.zip
  17.  
  18. The author can be reached at:
  19. arybicki@netcom.com
  20.  
  21. ImgLib is being offered as royalty-free shareware to provide a competitive
  22. alternative to many expensive commercial packages.  ImgLib's attractive
  23. pricing is also possible because a lot of its code has been adopted from
  24. sources freely available on the Internet.  A fully functional image
  25. viewing program and its source are supplied with ImgLib.
  26.  
  27. Besides the ability to read the most popular raster image formats ImgLib
  28. offers added functionality to modify the bitmaps in memory to aid in
  29. displaying them on all existing Windows-capable displays with best
  30. possible results and without sacrificing the image quality.  The following
  31. is a list of image formats read by ImgLib:
  32.  
  33. Windows and OS/2 BMP, JPEG, PC Paintbrush (PCX), TIFF, Targa,
  34. Photo CD, MacPaint, FBM, Sun Raster, CMU WM Raster,
  35. Portable Bit Map (PBM, PGM, PPM), Faces Project, Utah RLE, X Window Dump,
  36. McIDAS areafile, G3 FAX, GEM Bit, X Pixmap, and X Bitmap.
  37.  
  38. For more documentation refer to the helpfile included in the archive.
  39.  
  40. ImgLib Copyright (c) 1994, 1995 SimSoft.
  41. Xli Copyright (c) 1989, 1990, 1991, 1992, 1993 Jim Frost, Graeme Gill and others.
  42. TIFF Library Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994 Sam Leffler
  43.              Copyright (c) 1991, 1992, 1993, 1994 Silicon Graphics, Inc.
  44.